const testing.normalPanic

5 uses

	testing (current package)
		benchmark.go#L184: 	defer b.runCleanup(normalPanic)
		fuzz.go#L695: 			f.runCleanup(normalPanic)
		testing.go#L1166: 	normalPanic panicHandling = iota
		testing.go#L1187: 			c.runCleanup(normalPanic)
		testing.go#L1433: 			t.runCleanup(normalPanic)